.scale-wrapper {
  transform: scale(0.8);

  transform-origin: top center;
}

.maxwidth-wrapper {
  max-width: 1440px;
}

/* 7th */

.elementholder {
  width: 100%;
  height: 669px;
  left: 0px;
  top: 0px;
  position: relative;
}

.recallbg {
  width: 100%;
  height: auto;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 80px;
  padding-bottom: 80px;
  left: 0px;
  top: 0px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: inline-flex;
  background: linear-gradient(
    180deg,
    rgba(17, 69, 118, 1) 0%,
    rgba(11, 0, 65, 1) 100%
  );
}
/* 5th section closing */

.starfivesix,
.starsixsix,
.fourthirdstar,
.stanmobstwo,
.stanmobsthree,
.fourstarsecsecondv1,
.fourstarsecthirdv1,
.fourstarseconev1 {
  display: none;
}

/* General Styling */
.elementholder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: auto;
}

.mobdiv br {
  display: none;
}

.recallbg {
  width: 100%;
  max-width: 100%;
  padding: 45px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Two-Column Layout */
.section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
  max-width: 1440px;
}

.left-column {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 50%;
  align-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* gap: 20px; */
  border-right: 2px solid white;
  padding-right: 38px;
}

.left-column img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

/* Star Decorations */
.star {
  position: absolute;
}

.star.oneslide {
  width: 105px;
  top: 21%;
  left: -8%;
}

.star.twoslide {
  width: 60px;
  top: 79%;
  left: -1%;
}

.star.threeslide {
  width: 60px;
  top: -3%;
  right: -5%;
}

.star.fourslide {
  width: 60px;
  bottom: 10%;
  right: 5%;
}

.image-containerv2 {
  display: none;
}

/* Right Column (Text Content) */
.right-column {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 50%;
  align-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* gap: 20px; */
  padding-left: 38px;
}

.right-column img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.fontsizesix {
  font-size: 30px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  color: white;
  word-wrap: break-word;
  padding: 0px 0px 0px 0%;
  /* float: left; */
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.subtitle {
  font-size: 45px;
  font-weight: 700;
  color: #f5ba40;
  width: 100%;
  font-family: "Montserrat";
  max-width: 80%;
}

.fontsizesixdesc {
  font-size: 20px;
  color: white;
  max-width: 90%;
}

/* Buttons */
.button-container {
  width: 70%;
  display: flex;
  align-items: flex-start;
  gap: 23px;
  flex-wrap: wrap;
  flex-direction: column;
  transform: scale(0.8);
  align-content: flex-start;
  transform-origin: left;
}

.custombtn {
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  width: auto;
}

.custombtn a {
  color: white;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 5% 0%;
}

.btn-91 {
  transition: all 0.5s ease;
  overflow: hidden;
}

.btnstars:after {
  position: absolute;
  content: " ";
  z-index: 0;
  top: 0;
  left: 0;
  width: 437px;
  height: 437px;
  margin: -77px -15px -25px -15px;
  border-radius: 42.07px !important;
  background: linear-gradient(
    108deg,
    rgba(245, 186, 64, 1) 0%,
    rgba(68, 190, 189, 1) 100%
  );
  transition: all 0.8s ease;
}

.btnstars:hover {
  background: transparent;

  color: #fff;
}

.btnstars:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
}

@media (max-width: 1505px) {
  .secfiveimg {
    width: 50% !important;
  }

  .imgelementsix {
    width: 100% !important;
  }
}
@media (max-width: 1394px) {
  .fontsizesix {
    white-space: normal;
  }
}
@media (max-width: 1169px) {
  .elementholder {
    width: 100%;

    left: 0px;

    position: relative;
    width: 100%;
    top: 0px;
    height: auto;
    width: 100%;
    margin: 25px 0px 0px 0px;
  }

  .recallbg {
    width: 100%;
    height: auto;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 80px;
    padding-bottom: 80px;

    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: inline-flex;
    background: linear-gradient(
      180deg,
      rgba(17, 69, 118, 1) 0%,
      rgba(11, 0, 65, 1) 100%
    );
  }
  #mobbtnv2 {
    display: block;
  }
}

@media (max-width: 1169px) {
  .elementholder {
    top: 0px;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px;
    z-index: -1;
  }

  .recallbg {
    height: auto;
    padding: 20px 0px;
    margin: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
  }

  .elemholdersix {
    gap: 0px !important;
    width: 100%;
  }

  .widthsix {
    width: 100% !important;
    flex-direction: column;
    gap: 0px !important;
  }
  .imgelementsix {
    width: 397px;
    height: auto !important;
  }

  .innerbox {
    width: 100% !important;
    gap: 21px !important;
    padding: 0px 39px;
    justify-content: flex-start !important;
    height: 100% !important;
  }

  .fontsizesix {
    font-size: 20px;
    margin: 0 auto;
  }
  .fontsizesixdesc {
    font-size: 14px !important;
  }

  .custombtn {
    height: 100% !important;
  }

  .btnelement {
    white-space: normal !important;
    display: flex;
  }

  .staronesix {
    width: 22px !important;
    height: 22px !important;
    left: 9px !important;
    top: 68px !important;
  }

  .startwosix {
    width: 14px !important;
    height: 14px !important;
    left: 65px !important;
    top: 205px !important;
  }
  .starthreesix {
    width: 14px !important;
    height: 14px !important;

    left: 31px !important;
    top: 236px !important;
  }
  .starfoursix {
    width: 22px !important;
    height: 22px !important;
    left: auto !important;
    top: 222px !important;
    right: 50px;
  }

  .starfivesix {
    width: 13px !important;
    height: 13px !important;
    left: auto !important;
    top: 103px !important;
    right: 8px;
    position: absolute;
  }
  .starsixsix {
    width: 22px !important;
    height: 22px !important;
    left: auto !important;
    top: 51px !important;
    right: 0px;
    position: absolute;
  }

  .starfivesix,
  .starsixsix,
  .fourthirdstar,
  .stanmobstwo,
  .stanmobsthree {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .fontsizesix {
    font-size: 2rem;
    text-align: left;
    white-space: normal;
    width: 100%;
  }

  .mobdiv {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .mobdiv br {
    display: flex;
  }
  .image-containerv2 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .left-column img {
    max-width: 65%;
    height: auto;
    flex-shrink: 0;
  }

  .right-column img {
    max-width: 69%;
    height: auto;
    flex-shrink: 0;
  }
  .mobeffect {
    display: none;
  }

  .right-column {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    flex-wrap: nowrap;
    /* gap: 20px; */
    padding-left: 0px;
    align-content: center;
  }
  .custombtn {
    height: 100% !important;
    width: auto;
  }

  .custombtn a {
    color: white;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    position: relative;
    z-index: 1;
    font-size: 15px;
    white-space: nowrap;
  }

  .subtitle {
    font-size: 20px;
  }

  .left-column {
    width: 80%;
    border-right: none;
    padding-right: 0px;
    border-bottom: 2px solid white;
    padding-bottom: 38px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .fontsizesixdesc {
    font-size: 120px;
    text-align: left;
    margin: 0px 0px 0px 21px;
  }

  .button-container {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    transform: scale(1);
    transform-origin: center;
  }

  .fontsizesix {
    font-size: 2.5rem;
  }

  .subtitle {
    font-size: 1.8rem;
  }

  .section-container {
    flex-direction: column;
    gap: 30px;
  }

  .right-column {
    align-items: flex-start;
    text-align: left;
  }

  .fontsizesixdesc {
    max-width: 100%;
  }
}

@media (max-width: 885px) {
  .scale-wrapper {
    transform: scale(0.95);

    transform-origin: top center;
  }
}

@media screen and (max-width: 768px) {
  .fontsizesix {
    font-size: 2rem;
    text-align: left;
    white-space: normal;
    width: 100%;
  }

  .mobdiv {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .mobdiv br {
    display: flex;
  }
  .image-containerv2 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .left-column img {
    max-width: 65%;
    height: auto;
    flex-shrink: 0;
  }

  .right-column img {
    max-width: 69%;
    height: auto;
    flex-shrink: 0;
  }
  .mobeffect {
    display: none;
  }

  .right-column {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    flex-wrap: nowrap;
    /* gap: 20px; */
    padding-left: 0px;
    align-content: center;
  }
  .custombtn {
    height: 100% !important;
    width: auto;
  }

  .custombtn a {
    color: white;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    position: relative;
    z-index: 1;
    font-size: 15px;
    white-space: nowrap;
  }

  .subtitle {
    font-size: 20px;
  }

  .left-column {
    width: 80%;
    border-right: none;
    padding-right: 0px;
    border-bottom: 2px solid white;
    padding-bottom: 38px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .fontsizesixdesc {
    font-size: 120px;
    text-align: left;
    margin: 0px 0px 0px 21px;
  }

  .button-container {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    transform: scale(1);
    transform-origin: center;
  }

  .star.oneslide {
    width: 105px;
    top: -16%;
    left: -23%;
    transform: scale(0.2) !important;
  }
  .star.twoslide {
    width: 60px;
    top: 66%;
    left: -12%;
    transform: scale(0.2) !important;
  }

  .star.fourslide {
    width: 60px;
    bottom: 0%;
    right: 4%;
    transform: scale(0.3) !important;
  }
  .star.threeslide {
    width: 60px;
    top: -20%;
    right: -11%;
    transform: scale(0.4) !important;
  }
}

@media screen and (max-width: 480px) {
  .fontsizesix {
    font-size: 1.5rem;
  }

  .misvisbg {
    width: 124% !important;
  }

  .sixdecs {
    font-size: 12px !important;
  }

  .subtitle {
    font-size: 1.2rem;
    margin: 0px 0px 0px 21px;
  }

  .button-container {
    width: 100%;
  }

  .custombtn {
    text-align: center;
  }
}
